How do I write code that doesn't suck? [closed]
        Posted  
        
            by 
                Afnan
            
        on Programmers
        
        See other posts from Programmers
        
            or by Afnan
        
        
        
        Published on 2010-12-28T13:30:30Z
        Indexed on 
            2010/12/28
            15:59 UTC
        
        
        Read the original article
        Hit count: 393
        
My friends and I would like to write a C# desktop application, and would like some guidance on how to make sure the code base is professional and well-kept.
Should we use classes or interfaces for our inheritance patterns (which is better)?
What are the best practices for professional applications?
How do we know what sloppy code looks like, and how do we avoid creating sloppy code?
Are there any best practices regarding the design of Winforms applications?
© Programmers or respective owner